POST api/Prelog/padprelogassign?transporterID={transporterID}&prelogIDList={prelogIDList}

Does the pad prelog assign.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
transporterID

The transporter identifier.

integer

Required

prelogIDList

The prelog identifier list.

string

Required

Body Parameters

None.

Response Information

Resource Description

true if XXXX, false otherwise.

boolean

Response Formats

application/json, text/json

Sample:
true

application/xml, text/xml

Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>