POST api/Contact/ChangeOutgoing

Request Information

URI Parameters

None.

Body Parameters

ContactChangeOutgoingRequest
NameDescriptionTypeAdditional information
OBJECT_CLASS

string

None.

ACTION

string

None.

POINT_CODE

string

None.

INT_SOFT_ID

string

None.

USER_ID

string

None.

DOC_ID

string

None.

trnSendPoint

string

None.

trnPickupPoint

string

None.

trnReference

string

None.

bName

string

None.

bLastName

string

None.

bSurName

string

None.

bPhone

string

None.

Request Formats

application/json, text/json

Sample:
{
  "OBJECT_CLASS": "sample string 1",
  "ACTION": "sample string 2",
  "POINT_CODE": "sample string 3",
  "INT_SOFT_ID": "sample string 4",
  "USER_ID": "sample string 5",
  "DOC_ID": "sample string 6",
  "trnSendPoint": "sample string 7",
  "trnPickupPoint": "sample string 8",
  "trnReference": "sample string 9",
  "bName": "sample string 10",
  "bLastName": "sample string 11",
  "bSurName": "sample string 12",
  "bPhone": "sample string 13"
}

text/xml

Sample:
<ContactChangeOutgoingRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RIA_API.Models.Contact">
  <ACTION>sample string 2</ACTION>
  <DOC_ID>sample string 6</DOC_ID>
  <INT_SOFT_ID>sample string 4</INT_SOFT_ID>
  <OBJECT_CLASS>sample string 1</OBJECT_CLASS>
  <POINT_CODE>sample string 3</POINT_CODE>
  <USER_ID>sample string 5</USER_ID>
  <bLastName>sample string 11</bLastName>
  <bName>sample string 10</bName>
  <bPhone>sample string 13</bPhone>
  <bSurName>sample string 12</bSurName>
  <trnPickupPoint>sample string 8</trnPickupPoint>
  <trnReference>sample string 9</trnReference>
  <trnSendPoint>sample string 7</trnSendPoint>
</ContactChangeOutgoingRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, text/xml

Sample:

Sample not available.