POST api/TermsAndConditions/Update

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": "b8f9a985-159f-455c-a855-2086232a6239",
  "CompID": "3ebe61ec-6940-49a4-bfa9-de702b609ca5",
  "AcntBookId": "d43ed2c0-0d5e-4e93-99d4-ed3480248685",
  "AcntBookName": "sample string 4",
  "ItrnOrAtrnType": 5,
  "ItrnOrAtrnTypeName": "sample string 6",
  "EffectiveFromDate": "2025-11-02T15:56:57.097162+05:30",
  "Description": "sample string 8",
  "CreatedBy": "14961f32-4214-4e87-b881-5bffba75e754",
  "Type": "sample string 10",
  "CreatedDate": "2025-11-02T15:56:57.097162+05:30",
  "ModifiedBy": "ca85099a-bcfd-4c3f-ba16-2588d96dc464",
  "ModifiedDate": "2025-11-02T15:56:57.097162+05:30",
  "RowVersion": "QEBA",
  "ItrnDate": "2025-11-02T15:56:57.097162+05:30",
  "ReturnCode": 13,
  "ReturnMessage": "sample string 14"
}

text/html

Sample:
{"Id":"b8f9a985-159f-455c-a855-2086232a6239","CompID":"3ebe61ec-6940-49a4-bfa9-de702b609ca5","AcntBookId":"d43ed2c0-0d5e-4e93-99d4-ed3480248685","AcntBookName":"sample string 4","ItrnOrAtrnType":5,"ItrnOrAtrnTypeName":"sample string 6","EffectiveFromDate":"2025-11-02T15:56:57.097162+05:30","Description":"sample string 8","CreatedBy":"14961f32-4214-4e87-b881-5bffba75e754","Type":"sample string 10","CreatedDate":"2025-11-02T15:56:57.097162+05:30","ModifiedBy":"ca85099a-bcfd-4c3f-ba16-2588d96dc464","ModifiedDate":"2025-11-02T15:56:57.097162+05:30","RowVersion":"QEBA","ItrnDate":"2025-11-02T15:56:57.097162+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>d43ed2c0-0d5e-4e93-99d4-ed3480248685</AcntBookId>
  <AcntBookName>sample string 4</AcntBookName>
  <CompID>3ebe61ec-6940-49a4-bfa9-de702b609ca5</CompID>
  <CreatedBy>14961f32-4214-4e87-b881-5bffba75e754</CreatedBy>
  <CreatedDate>2025-11-02T15:56:57.097162+05:30</CreatedDate>
  <Description>sample string 8</Description>
  <EffectiveFromDate>2025-11-02T15:56:57.097162+05:30</EffectiveFromDate>
  <Id>b8f9a985-159f-455c-a855-2086232a6239</Id>
  <ItrnDate>2025-11-02T15:56:57.097162+05:30</ItrnDate>
  <ItrnOrAtrnType>5</ItrnOrAtrnType>
  <ItrnOrAtrnTypeName>sample string 6</ItrnOrAtrnTypeName>
  <ModifiedBy>ca85099a-bcfd-4c3f-ba16-2588d96dc464</ModifiedBy>
  <ModifiedDate>2025-11-02T15:56:57.097162+05:30</ModifiedDate>
  <RowVersion>QEBA</RowVersion>
  <Type>sample string 10</Type>
</TermsAndConditionsModels>