POST api/TermsAndConditions/GetTermsAndConditions

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": "8dd3df24-2777-41c6-91b1-79db288c35be",
  "CompID": "32e03273-8cfe-4fe8-91d7-8269ddb5f8b4",
  "AcntBookId": "d882dabd-bfa1-4b1f-b571-d91ddc471ea9",
  "AcntBookName": "sample string 4",
  "ItrnOrAtrnType": 5,
  "ItrnOrAtrnTypeName": "sample string 6",
  "EffectiveFromDate": "2026-04-18T17:07:24.7654228+05:30",
  "Description": "sample string 8",
  "CreatedBy": "a6aeb87e-9dbd-4f86-ba95-37fd8ba05643",
  "Type": "sample string 10",
  "CreatedDate": "2026-04-18T17:07:24.7654228+05:30",
  "ModifiedBy": "07e55f13-ca8e-4523-ac72-d91aa3c927c2",
  "ModifiedDate": "2026-04-18T17:07:24.7654228+05:30",
  "RowVersion": "QEBA",
  "ItrnDate": "2026-04-18T17:07:24.7654228+05:30",
  "ReturnCode": 13,
  "ReturnMessage": "sample string 14"
}

text/html

Sample:
{"Id":"8dd3df24-2777-41c6-91b1-79db288c35be","CompID":"32e03273-8cfe-4fe8-91d7-8269ddb5f8b4","AcntBookId":"d882dabd-bfa1-4b1f-b571-d91ddc471ea9","AcntBookName":"sample string 4","ItrnOrAtrnType":5,"ItrnOrAtrnTypeName":"sample string 6","EffectiveFromDate":"2026-04-18T17:07:24.7654228+05:30","Description":"sample string 8","CreatedBy":"a6aeb87e-9dbd-4f86-ba95-37fd8ba05643","Type":"sample string 10","CreatedDate":"2026-04-18T17:07:24.7654228+05:30","ModifiedBy":"07e55f13-ca8e-4523-ac72-d91aa3c927c2","ModifiedDate":"2026-04-18T17:07:24.7654228+05:30","RowVersion":"QEBA","ItrnDate":"2026-04-18T17:07:24.7654228+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>d882dabd-bfa1-4b1f-b571-d91ddc471ea9</AcntBookId>
  <AcntBookName>sample string 4</AcntBookName>
  <CompID>32e03273-8cfe-4fe8-91d7-8269ddb5f8b4</CompID>
  <CreatedBy>a6aeb87e-9dbd-4f86-ba95-37fd8ba05643</CreatedBy>
  <CreatedDate>2026-04-18T17:07:24.7654228+05:30</CreatedDate>
  <Description>sample string 8</Description>
  <EffectiveFromDate>2026-04-18T17:07:24.7654228+05:30</EffectiveFromDate>
  <Id>8dd3df24-2777-41c6-91b1-79db288c35be</Id>
  <ItrnDate>2026-04-18T17:07:24.7654228+05:30</ItrnDate>
  <ItrnOrAtrnType>5</ItrnOrAtrnType>
  <ItrnOrAtrnTypeName>sample string 6</ItrnOrAtrnTypeName>
  <ModifiedBy>07e55f13-ca8e-4523-ac72-d91aa3c927c2</ModifiedBy>
  <ModifiedDate>2026-04-18T17:07:24.7654228+05:30</ModifiedDate>
  <RowVersion>QEBA</RowVersion>
  <Type>sample string 10</Type>
</TermsAndConditionsModels>