GET api/ERP/Jobs/GetReadyMix
Get ReadyMix Vendors
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
ReadyMix Vendors
Collection of ReadyMixType| Name | Description | Type | Additional information |
|---|---|---|---|
| VenID | integer |
None. |
|
| Vendor | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"VenID": 1,
"Vendor": "sample string 2"
},
{
"VenID": 1,
"Vendor": "sample string 2"
}
]
application/xml, text/xml
Sample:
<ArrayOfReadyMixType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BusinessObjects.ERP">
<ReadyMixType>
<VenID>1</VenID>
<Vendor>sample string 2</Vendor>
</ReadyMixType>
<ReadyMixType>
<VenID>1</VenID>
<Vendor>sample string 2</Vendor>
</ReadyMixType>
</ArrayOfReadyMixType>