POST
api/v1/create-payment-term
Request Information
Body Parameters
VendorPaymentTermsName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
Name | string |
None. |
|
isActive | boolean |
None. |
|
IsLogicalDeleted | boolean |
None. |
|
CreatedBy | integer |
None. |
Request Formats
application/json, text/json
{ "Id": 1, "Name": "sample string 2", "isActive": true, "IsLogicalDeleted": true, "CreatedBy": 5 }
text/html
{"Id":1,"Name":"sample string 2","isActive":true,"IsLogicalDeleted":true,"CreatedBy":5}
application/xml, text/xml
<VendorPaymentTerms xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FDCMSAdminAPI.Models.Vendor"> <CreatedBy>5</CreatedBy> <Id>1</Id> <IsLogicalDeleted>true</IsLogicalDeleted> <Name>sample string 2</Name> <isActive>true</isActive> </VendorPaymentTerms>
application/x-www-form-urlencoded
Sample not available.
Response Information
Description:
Return type: VendorPaymentTerms
Response Formats
application/json, text/json
{ "Id": 1, "Name": "sample string 2", "isActive": true, "IsLogicalDeleted": true, "CreatedBy": 5 }
text/html
{"Id":1,"Name":"sample string 2","isActive":true,"IsLogicalDeleted":true,"CreatedBy":5}
application/xml, text/xml
<VendorPaymentTerms xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FDCMSAdminAPI.Models.Vendor"> <CreatedBy>5</CreatedBy> <Id>1</Id> <IsLogicalDeleted>true</IsLogicalDeleted> <Name>sample string 2</Name> <isActive>true</isActive> </VendorPaymentTerms>