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": "29bcd57d-1eb6-40b2-8b79-d28248c985b5",
  "CompID": "c058e2e6-7436-417c-b194-06c815872e9f",
  "AcntBookId": "5b4a3ff7-50b4-4e84-ace2-81d7af4be6b8",
  "AcntBookName": "sample string 4",
  "ItrnOrAtrnType": 5,
  "ItrnOrAtrnTypeName": "sample string 6",
  "EffectiveFromDate": "2025-11-02T15:58:13.7518025+05:30",
  "Description": "sample string 8",
  "CreatedBy": "3f427858-875b-4d25-a782-c1df2966f9c7",
  "Type": "sample string 10",
  "CreatedDate": "2025-11-02T15:58:13.7518025+05:30",
  "ModifiedBy": "a967a048-adef-4b8f-9729-609689cc7846",
  "ModifiedDate": "2025-11-02T15:58:13.7518025+05:30",
  "RowVersion": "QEBA",
  "ItrnDate": "2025-11-02T15:58:13.7518025+05:30",
  "ReturnCode": 13,
  "ReturnMessage": "sample string 14"
}

text/html

Sample:
{"Id":"29bcd57d-1eb6-40b2-8b79-d28248c985b5","CompID":"c058e2e6-7436-417c-b194-06c815872e9f","AcntBookId":"5b4a3ff7-50b4-4e84-ace2-81d7af4be6b8","AcntBookName":"sample string 4","ItrnOrAtrnType":5,"ItrnOrAtrnTypeName":"sample string 6","EffectiveFromDate":"2025-11-02T15:58:13.7518025+05:30","Description":"sample string 8","CreatedBy":"3f427858-875b-4d25-a782-c1df2966f9c7","Type":"sample string 10","CreatedDate":"2025-11-02T15:58:13.7518025+05:30","ModifiedBy":"a967a048-adef-4b8f-9729-609689cc7846","ModifiedDate":"2025-11-02T15:58:13.7518025+05:30","RowVersion":"QEBA","ItrnDate":"2025-11-02T15:58:13.7518025+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>5b4a3ff7-50b4-4e84-ace2-81d7af4be6b8</AcntBookId>
  <AcntBookName>sample string 4</AcntBookName>
  <CompID>c058e2e6-7436-417c-b194-06c815872e9f</CompID>
  <CreatedBy>3f427858-875b-4d25-a782-c1df2966f9c7</CreatedBy>
  <CreatedDate>2025-11-02T15:58:13.7518025+05:30</CreatedDate>
  <Description>sample string 8</Description>
  <EffectiveFromDate>2025-11-02T15:58:13.7518025+05:30</EffectiveFromDate>
  <Id>29bcd57d-1eb6-40b2-8b79-d28248c985b5</Id>
  <ItrnDate>2025-11-02T15:58:13.7518025+05:30</ItrnDate>
  <ItrnOrAtrnType>5</ItrnOrAtrnType>
  <ItrnOrAtrnTypeName>sample string 6</ItrnOrAtrnTypeName>
  <ModifiedBy>a967a048-adef-4b8f-9729-609689cc7846</ModifiedBy>
  <ModifiedDate>2025-11-02T15:58:13.7518025+05:30</ModifiedDate>
  <RowVersion>QEBA</RowVersion>
  <Type>sample string 10</Type>
</TermsAndConditionsModels>