POST za/ps/Android/send_incident_log

Request Information

URI Parameters

None.

Body Parameters

OmIssueLog
NameDescriptionTypeAdditional information
SalesCode

string

None.

Name

string

None.

EmailAddress

string

None.

ContactNumber

string

None.

Enviroment

string

None.

DateOccured

date

None.

Internet

string

None.

ProcessIssue

string

None.

ProcessDescription

string

None.

AdditionalInfo

string

None.

AdditionalInfoComment

string

None.

Screenshot

string

None.

Comments

string

None.

Body

string

None.

Request Formats

application/json, text/json

Sample:
{
  "SalesCode": "sample string 1",
  "Name": "sample string 2",
  "EmailAddress": "sample string 3",
  "ContactNumber": "sample string 4",
  "Enviroment": "sample string 5",
  "DateOccured": "2025-12-18T22:33:41.3724316+02:00",
  "Internet": "sample string 7",
  "ProcessIssue": "sample string 8",
  "ProcessDescription": "sample string 9",
  "AdditionalInfo": "sample string 10",
  "AdditionalInfoComment": "sample string 11",
  "Screenshot": "sample string 12",
  "Comments": "sample string 13",
  "Body": "\r\n<b>Adviser name:</b> sample string 2<br/>\r\n<b>Email:</b> sample string 3<br/>\r\n<br/>\r\n<b>Contact number:</b> sample string 4<br/>\r\n<b>What environment are you working in?</b> sample string 5<br/>\r\n<b>Please provide us with the date and time the issue occurred:</b> Thursday, December 18, 2025 10:33 PM<br/>\r\n<b>Which type of Internet access are you using?</b> sample string 7<br/>\r\n<b>Where in the process did the issue occur?</b> sample string 8<br/>\r\n<b>What is the Solution Recommendation, Quote or Application Number?</b> sample string 9<br/>\r\n<b>Additional information:</b> sample string 10<br/>\r\nAdditional information Other: sample string 11<br/>\r\nPlease add any additional comments: sample string 13\r\n"
}

application/xml, text/xml

Sample:
<OmIssueLog xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/OM_Android_API.Models.SiteModels.PostModels">
  <AdditionalInfo>sample string 10</AdditionalInfo>
  <AdditionalInfoComment>sample string 11</AdditionalInfoComment>
  <Comments>sample string 13</Comments>
  <ContactNumber>sample string 4</ContactNumber>
  <DateOccured>2025-12-18T22:33:41.3724316+02:00</DateOccured>
  <EmailAddress>sample string 3</EmailAddress>
  <Enviroment>sample string 5</Enviroment>
  <Internet>sample string 7</Internet>
  <Name>sample string 2</Name>
  <ProcessDescription>sample string 9</ProcessDescription>
  <ProcessIssue>sample string 8</ProcessIssue>
  <SalesCode>sample string 1</SalesCode>
  <Screenshot>sample string 12</Screenshot>
</OmIssueLog>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.