POST VendorPricing/VendorPricing_NotificationToVendor
Request Information
URI Parameters
None.
Body Parameters
XS.CoreApi.Pentagon.Model.VendorPricing_Type2_Param| Name | Description | Type | Additional information |
|---|---|---|---|
| AcctNo | string |
None. |
|
| SubC | string |
None. |
|
| IsSentFromQtCreation | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"AcctNo": "sample string 1",
"SubC": "sample string 2",
"IsSentFromQtCreation": true
}
application/xml, text/xml
Sample:
<VendorPricing_Type2_Param xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/XS.CoreApi.Pentagon.Model"> <AcctNo>sample string 1</AcctNo> <IsSentFromQtCreation>true</IsSentFromQtCreation> <SubC>sample string 2</SubC> </VendorPricing_Type2_Param>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
System.Net.Http.HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | System.Version |
None. |
|
| Content | System.Net.Http.HttpContent |
None. |
|
| StatusCode | System.Net.HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | System.Net.Http.HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |