POST api/VendorVTypes
Request Information
URI Parameters
None.
Body Parameters
VendorVTypeName | Description | Type | Additional information |
---|---|---|---|
RecordId | integer |
None. |
|
VID | integer |
None. |
|
VendorType | string |
Required String length: inclusive between 0 and 50 |
|
ID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "RecordId": 1, "VID": 2, "VendorType": "sample string 3", "ID": 4 }
application/xml, text/xml
Sample:
<VendorVType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Fabric"> <ID>4</ID> <RecordId>1</RecordId> <VID>2</VID> <VendorType>sample string 3</VendorType> </VendorVType>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
VendorVTypeName | Description | Type | Additional information |
---|---|---|---|
RecordId | integer |
None. |
|
VID | integer |
None. |
|
VendorType | string |
Required String length: inclusive between 0 and 50 |
|
ID | integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "RecordId": 1, "VID": 2, "VendorType": "sample string 3", "ID": 4 }
application/xml, text/xml
Sample:
<VendorVType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Fabric"> <ID>4</ID> <RecordId>1</RecordId> <VID>2</VID> <VendorType>sample string 3</VendorType> </VendorVType>