POST api/_int/ExternalShips/SubstituteParcel

Request Information

URI Parameters

None.

Body Parameters

SubstituteParcelToVisitViewModel
NameDescriptionTypeAdditional information
PARCEL_SEQUENCE_FROM

decimal number

None.

VISIT_SEQUENCE_FROM

decimal number

None.

VISIT_SEQUENCE_TO

decimal number

None.

Request Formats

application/json, text/json

Sample:
{
  "PARCEL_SEQUENCE_FROM": 1.0,
  "VISIT_SEQUENCE_FROM": 1.0,
  "VISIT_SEQUENCE_TO": 1.0
}

application/xml, text/xml

Sample:
<SubstituteParcelToVisitViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RBCT.Core.ViewModels">
  <PARCEL_SEQUENCE_FROM>1</PARCEL_SEQUENCE_FROM>
  <VISIT_SEQUENCE_FROM>1</VISIT_SEQUENCE_FROM>
  <VISIT_SEQUENCE_TO>1</VISIT_SEQUENCE_TO>
</SubstituteParcelToVisitViewModel>

multipart/form-data

Sample:
<SubstituteParcelToVisitViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RBCT.Core.ViewModels"><PARCEL_SEQUENCE_FROM>1</PARCEL_SEQUENCE_FROM><VISIT_SEQUENCE_FROM>1</VISIT_SEQUENCE_FROM><VISIT_SEQUENCE_TO>1</VISIT_SEQUENCE_TO></SubstituteParcelToVisitViewModel>

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, multipart/form-data

Sample:

Sample not available.