POST RepairMgmt/SETNIX_SendPriceRequestOrQuoteFollowupEmailToVendor
Request Information
URI Parameters
None.
Body Parameters
XS.CoreApi.Pentagon.Model.XS_Setnix_VendorEmail_Params| Name | Description | Type | Additional information |
|---|---|---|---|
| LOGGEDIN_USERCODE | string |
None. |
|
| PO_LINES | Collection of decimal number |
None. |
|
| DIVISION | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"LOGGEDIN_USERCODE": "sample string 1",
"PO_LINES": [
1.0,
2.0
],
"DIVISION": "sample string 2"
}
application/xml, text/xml
Sample:
<XS_Setnix_VendorEmail_Params xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/XS.CoreApi.Pentagon.Model">
<DIVISION>sample string 2</DIVISION>
<LOGGEDIN_USERCODE>sample string 1</LOGGEDIN_USERCODE>
<PO_LINES xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:decimal>1</d2p1:decimal>
<d2p1:decimal>2</d2p1:decimal>
</PO_LINES>
</XS_Setnix_VendorEmail_Params>
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. |