POST api/v1/create-payment-term

Request Information

Body Parameters

VendorPaymentTerms
NameDescriptionTypeAdditional information
Id

integer

None.

Name

string

None.

isActive

boolean

None.

IsLogicalDeleted

boolean

None.

CreatedBy

integer

None.

Request Formats
{
  "Id": 1,
  "Name": "sample string 2",
  "isActive": true,
  "IsLogicalDeleted": true,
  "CreatedBy": 5
}
{"Id":1,"Name":"sample string 2","isActive":true,"IsLogicalDeleted":true,"CreatedBy":5}
<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>

Sample not available.

Response Information

Description:

Return type: VendorPaymentTerms

Response Formats
{
  "Id": 1,
  "Name": "sample string 2",
  "isActive": true,
  "IsLogicalDeleted": true,
  "CreatedBy": 5
}
{"Id":1,"Name":"sample string 2","isActive":true,"IsLogicalDeleted":true,"CreatedBy":5}
<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>