POST api/PickupAndDelivery/EditMultiple

Request Information

URI Parameters

None.

Body Parameters

EditSelectedFilter
NameDescriptionTypeAdditional information
Ids

Collection of globally unique identifier

None.

Status_ID

integer

None.

CustomFieldValue

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Ids": [
    "dd168916-6363-4323-88e5-f5caba0f3310",
    "62622475-febe-4995-89fe-3007ddec96ff"
  ],
  "Status_ID": 1,
  "CustomFieldValue": "sample string 2"
}

application/xml, text/xml

Sample:
<EditSelectedFilter xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Cyzerg.Model">
  <CustomFieldValue>sample string 2</CustomFieldValue>
  <Ids xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:guid>dd168916-6363-4323-88e5-f5caba0f3310</d2p1:guid>
    <d2p1:guid>62622475-febe-4995-89fe-3007ddec96ff</d2p1:guid>
  </Ids>
  <Status_ID>1</Status_ID>
</EditSelectedFilter>

application/x-www-form-urlencoded

Sample:

Sample not available.

text/html

Sample:
{"Ids":["dd168916-6363-4323-88e5-f5caba0f3310","62622475-febe-4995-89fe-3007ddec96ff"],"Status_ID":1,"CustomFieldValue":"sample string 2"}

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml, text/html

Sample:

Sample not available.