POST api/SupplierCustomerExemptionSchedule/Save

Request Information

URI Parameters

None.

Body Parameters

SupplierCustomerExemptionSchedule
NameDescriptionTypeAdditional information
FromDate

date

None.

ToDate

date

None.

Id

integer

None.

SupplierCustomerId

integer

None.

TaxPrcnt

integer

None.

TaxTypeId

integer

None.

CompanyName

string

None.

TaxName

string

None.

Request Formats

application/json, text/json

Sample:
{
  "FromDate": "2025-10-29T13:18:04.7601127+05:00",
  "ToDate": "2025-10-29T13:18:04.7601127+05:00",
  "Id": 3,
  "SupplierCustomerId": 4,
  "TaxPrcnt": 5,
  "TaxTypeId": 6,
  "CompanyName": "sample string 7",
  "TaxName": "sample string 8"
}

application/xml, text/xml

Sample:
<SupplierCustomerExemptionSchedule xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Architecture.Model.Inventory">
  <CompanyName>sample string 7</CompanyName>
  <FromDate>2025-10-29T13:18:04.7601127+05:00</FromDate>
  <Id>3</Id>
  <SupplierCustomerId>4</SupplierCustomerId>
  <TaxName>sample string 8</TaxName>
  <TaxPrcnt>5</TaxPrcnt>
  <TaxTypeId>6</TaxTypeId>
  <ToDate>2025-10-29T13:18:04.7601127+05:00</ToDate>
</SupplierCustomerExemptionSchedule>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'SupplierCustomerExemptionSchedule'.

Response Information

Resource Description

integer

Response Formats

application/json, text/json

Sample:
1

application/xml, text/xml

Sample:
<int xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</int>