POST api/Manager/ReportFatalError
Request Information
URI Parameters
None.
Body Parameters
ReportReportFatalErrorRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| FatalErrorMessage | string |
None. |
|
| SupplierId | globally unique identifier |
None. |
|
| SupplierName | string |
None. |
|
| SupplierNumber | string |
None. |
|
| DistributorId | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"FatalErrorMessage": "sample string 1",
"SupplierId": "52477f14-7283-4840-94e4-22f70254a28f",
"SupplierName": "sample string 3",
"SupplierNumber": "sample string 4",
"DistributorId": "1f2db6ba-3bc9-4ca5-a5c9-248873a1e60b"
}
application/xml, text/xml
Sample:
<ReportReportFatalErrorRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Converter.Model"> <DistributorId>1f2db6ba-3bc9-4ca5-a5c9-248873a1e60b</DistributorId> <SupplierId>52477f14-7283-4840-94e4-22f70254a28f</SupplierId> <SupplierName>sample string 3</SupplierName> <SupplierNumber>sample string 4</SupplierNumber> <FatalErrorMessage>sample string 1</FatalErrorMessage> </ReportReportFatalErrorRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.