POST
api/v1/create-seller-payment-term
Request Information
Body Parameters
SellerPaymentTerms| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Name | string |
None. |
|
| isActive | boolean |
None. |
|
| IsLogicalDeleted | boolean |
None. |
Request Formats
application/json, text/json
{
"Id": 1,
"Name": "sample string 2",
"isActive": true,
"IsLogicalDeleted": true
}
text/html
{"Id":1,"Name":"sample string 2","isActive":true,"IsLogicalDeleted":true}
application/xml, text/xml
<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>
application/x-www-form-urlencoded
Sample not available.
Response Information
Description:
Return type: SellerPaymentTerms
Response Formats
application/json, text/json
{
"Id": 1,
"Name": "sample string 2",
"isActive": true,
"IsLogicalDeleted": true
}
text/html
{"Id":1,"Name":"sample string 2","isActive":true,"IsLogicalDeleted":true}
application/xml, text/xml
<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>
