POST api/v1/create-seller-payment-term

Request Information

Body Parameters

SellerPaymentTerms
NameDescriptionTypeAdditional information
Id

integer

None.

Name

string

None.

isActive

boolean

None.

IsLogicalDeleted

boolean

None.

Request Formats
{
  "Id": 1,
  "Name": "sample string 2",
  "isActive": true,
  "IsLogicalDeleted": true
}
{"Id":1,"Name":"sample string 2","isActive":true,"IsLogicalDeleted":true}
<SellerPaymentTerms xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FDCMSAdminAPI.Models.Seller">
  <Id>1</Id>
  <IsLogicalDeleted>true</IsLogicalDeleted>
  <Name>sample string 2</Name>
  <isActive>true</isActive>
</SellerPaymentTerms>

Sample not available.

Response Information

Description:

Return type: SellerPaymentTerms

Response Formats
{
  "Id": 1,
  "Name": "sample string 2",
  "isActive": true,
  "IsLogicalDeleted": true
}
{"Id":1,"Name":"sample string 2","isActive":true,"IsLogicalDeleted":true}
<SellerPaymentTerms xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FDCMSAdminAPI.Models.Seller">
  <Id>1</Id>
  <IsLogicalDeleted>true</IsLogicalDeleted>
  <Name>sample string 2</Name>
  <isActive>true</isActive>
</SellerPaymentTerms>