POST api/TermsAndConditions/Retrieve

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": "2fd9d21d-3672-4386-bb06-9e5c4315bd80",
  "CompID": "2f0cd554-d52b-42b0-b37c-a22a8486eaf8",
  "AcntBookId": "206c50b7-fb22-4fe0-985e-38316f0069d2",
  "AcntBookName": "sample string 4",
  "ItrnOrAtrnType": 5,
  "ItrnOrAtrnTypeName": "sample string 6",
  "EffectiveFromDate": "2026-04-18T17:02:50.5964241+05:30",
  "Description": "sample string 8",
  "CreatedBy": "7593c3ec-fa8b-4ae9-8f0c-5cd900d1cbaf",
  "Type": "sample string 10",
  "CreatedDate": "2026-04-18T17:02:50.5964241+05:30",
  "ModifiedBy": "d119cd4e-f69e-47a4-a4fc-9f1c62d5e152",
  "ModifiedDate": "2026-04-18T17:02:50.5964241+05:30",
  "RowVersion": "QEBA",
  "ItrnDate": "2026-04-18T17:02:50.5964241+05:30",
  "ReturnCode": 13,
  "ReturnMessage": "sample string 14"
}

text/html

Sample:
{"Id":"2fd9d21d-3672-4386-bb06-9e5c4315bd80","CompID":"2f0cd554-d52b-42b0-b37c-a22a8486eaf8","AcntBookId":"206c50b7-fb22-4fe0-985e-38316f0069d2","AcntBookName":"sample string 4","ItrnOrAtrnType":5,"ItrnOrAtrnTypeName":"sample string 6","EffectiveFromDate":"2026-04-18T17:02:50.5964241+05:30","Description":"sample string 8","CreatedBy":"7593c3ec-fa8b-4ae9-8f0c-5cd900d1cbaf","Type":"sample string 10","CreatedDate":"2026-04-18T17:02:50.5964241+05:30","ModifiedBy":"d119cd4e-f69e-47a4-a4fc-9f1c62d5e152","ModifiedDate":"2026-04-18T17:02:50.5964241+05:30","RowVersion":"QEBA","ItrnDate":"2026-04-18T17:02:50.5964241+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>206c50b7-fb22-4fe0-985e-38316f0069d2</AcntBookId>
  <AcntBookName>sample string 4</AcntBookName>
  <CompID>2f0cd554-d52b-42b0-b37c-a22a8486eaf8</CompID>
  <CreatedBy>7593c3ec-fa8b-4ae9-8f0c-5cd900d1cbaf</CreatedBy>
  <CreatedDate>2026-04-18T17:02:50.5964241+05:30</CreatedDate>
  <Description>sample string 8</Description>
  <EffectiveFromDate>2026-04-18T17:02:50.5964241+05:30</EffectiveFromDate>
  <Id>2fd9d21d-3672-4386-bb06-9e5c4315bd80</Id>
  <ItrnDate>2026-04-18T17:02:50.5964241+05:30</ItrnDate>
  <ItrnOrAtrnType>5</ItrnOrAtrnType>
  <ItrnOrAtrnTypeName>sample string 6</ItrnOrAtrnTypeName>
  <ModifiedBy>d119cd4e-f69e-47a4-a4fc-9f1c62d5e152</ModifiedBy>
  <ModifiedDate>2026-04-18T17:02:50.5964241+05:30</ModifiedDate>
  <RowVersion>QEBA</RowVersion>
  <Type>sample string 10</Type>
</TermsAndConditionsModels>