POST createDiscrepancyIssue

Request Information

URI Parameters

None.

Body Parameters

DiscrepancyIssue
NameDescriptionTypeAdditional information
discrepancyId

integer

None.

contactId

integer

None.

companyId

integer

None.

requestId

integer

None.

ticketId

integer

None.

satisfied

integer

None.

issues

string

None.

comment

string

None.

Request Formats

application/json, text/json

Sample:
{
  "discrepancyId": 1,
  "contactId": 2,
  "companyId": 3,
  "requestId": 4,
  "ticketId": 5,
  "satisfied": 6,
  "issues": "sample string 7",
  "comment": "sample string 8"
}

text/html

Sample:
{"discrepancyId":1,"contactId":2,"companyId":3,"requestId":4,"ticketId":5,"satisfied":6,"issues":"sample string 7","comment":"sample string 8"}

application/xml, text/xml

Sample:
<DiscrepancyIssue xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ops.Data.Traxpod.Models">
  <comment>sample string 8</comment>
  <companyId>3</companyId>
  <contactId>2</contactId>
  <discrepancyId>1</discrepancyId>
  <issues>sample string 7</issues>
  <requestId>4</requestId>
  <satisfied>6</satisfied>
  <ticketId>5</ticketId>
</DiscrepancyIssue>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

DiscrepancyIssueResponse
NameDescriptionTypeAdditional information
Result

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "result": 1
}

text/html

Sample:
{"result":1}

application/xml, text/xml

Sample:
<DiscrepancyIssueResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ops.Data.Traxpod">
  <Result>1</Result>
</DiscrepancyIssueResponse>