POST api/VMAX/CreateOrUpdateVendorCompany
Request Information
URI Parameters
None.
Body Parameters
RequestDataCmp| Name | Description | Type | Additional information |
|---|---|---|---|
| VendorId | integer |
None. |
|
| CmpCode | string |
None. |
|
| CreatedUserId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"VendorId": 1,
"CmpCode": "sample string 2",
"CreatedUserId": 3
}
application/xml, text/xml
Sample:
<RequestDataCmp xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AXCommunication.Models"> <CmpCode>sample string 2</CmpCode> <CreatedUserId>3</CreatedUserId> <VendorId>1</VendorId> </RequestDataCmp>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
integerResponse Formats
application/json, text/json
Sample:
1
application/xml, text/xml
Sample:
<int xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</int>