POST api/Manager/ReportFatalError

Request Information

URI Parameters

None.

Body Parameters

ReportReportFatalErrorRequest
NameDescriptionTypeAdditional 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": "53ec8703-e2fb-4888-ae94-3aecd20b4ef3",
  "SupplierName": "sample string 3",
  "SupplierNumber": "sample string 4",
  "DistributorId": "88881474-5c4b-4bff-8ffb-61446c277088"
}

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>88881474-5c4b-4bff-8ffb-61446c277088</DistributorId>
  <SupplierId>53ec8703-e2fb-4888-ae94-3aecd20b4ef3</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

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.