POST api/TermsAndConditions/Create

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
paramList
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
[
  {},
  {},
  {}
]

text/html

Sample:
[{},{},{}]

application/xml, text/xml

Sample:
<ArrayOfanyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
  <anyType />
  <anyType />
  <anyType />
</ArrayOfanyType>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
{
  "Id": "2429776a-2bc6-4b43-b2de-17722f83f5b1",
  "CompID": "a5271b97-268d-46ce-a45d-05ef9b09a17e",
  "AcntBookId": "36498c43-23a4-4092-89d6-db696f2dcc3b",
  "AcntBookName": "sample string 4",
  "ItrnOrAtrnType": 5,
  "ItrnOrAtrnTypeName": "sample string 6",
  "EffectiveFromDate": "2025-11-02T15:55:40.4311773+05:30",
  "Description": "sample string 8",
  "CreatedBy": "630ca16c-b169-402d-bf07-eb953b8bc3ef",
  "Type": "sample string 10",
  "CreatedDate": "2025-11-02T15:55:40.4311773+05:30",
  "ModifiedBy": "bb65e856-462e-4928-b61b-505604dfa2b1",
  "ModifiedDate": "2025-11-02T15:55:40.4311773+05:30",
  "RowVersion": "QEBA",
  "ItrnDate": "2025-11-02T15:55:40.4311773+05:30",
  "ReturnCode": 13,
  "ReturnMessage": "sample string 14"
}

text/html

Sample:
{"Id":"2429776a-2bc6-4b43-b2de-17722f83f5b1","CompID":"a5271b97-268d-46ce-a45d-05ef9b09a17e","AcntBookId":"36498c43-23a4-4092-89d6-db696f2dcc3b","AcntBookName":"sample string 4","ItrnOrAtrnType":5,"ItrnOrAtrnTypeName":"sample string 6","EffectiveFromDate":"2025-11-02T15:55:40.4311773+05:30","Description":"sample string 8","CreatedBy":"630ca16c-b169-402d-bf07-eb953b8bc3ef","Type":"sample string 10","CreatedDate":"2025-11-02T15:55:40.4311773+05:30","ModifiedBy":"bb65e856-462e-4928-b61b-505604dfa2b1","ModifiedDate":"2025-11-02T15:55:40.4311773+05:30","RowVersion":"QEBA","ItrnDate":"2025-11-02T15:55:40.4311773+05:30","ReturnCode":13,"ReturnMessage":"sample string 14"}

application/xml, text/xml

Sample:
<TermsAndConditionsModels xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TABSINVBL.Models">
  <ReturnCode>13</ReturnCode>
  <ReturnMessage>sample string 14</ReturnMessage>
  <AcntBookId>36498c43-23a4-4092-89d6-db696f2dcc3b</AcntBookId>
  <AcntBookName>sample string 4</AcntBookName>
  <CompID>a5271b97-268d-46ce-a45d-05ef9b09a17e</CompID>
  <CreatedBy>630ca16c-b169-402d-bf07-eb953b8bc3ef</CreatedBy>
  <CreatedDate>2025-11-02T15:55:40.4311773+05:30</CreatedDate>
  <Description>sample string 8</Description>
  <EffectiveFromDate>2025-11-02T15:55:40.4311773+05:30</EffectiveFromDate>
  <Id>2429776a-2bc6-4b43-b2de-17722f83f5b1</Id>
  <ItrnDate>2025-11-02T15:55:40.4311773+05:30</ItrnDate>
  <ItrnOrAtrnType>5</ItrnOrAtrnType>
  <ItrnOrAtrnTypeName>sample string 6</ItrnOrAtrnTypeName>
  <ModifiedBy>bb65e856-462e-4928-b61b-505604dfa2b1</ModifiedBy>
  <ModifiedDate>2025-11-02T15:55:40.4311773+05:30</ModifiedDate>
  <RowVersion>QEBA</RowVersion>
  <Type>sample string 10</Type>
</TermsAndConditionsModels>