PUT api/ContentionSerialNumbers/{campaignItemId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
campaignItemId | globally unique identifier |
Required |
Body Parameters
Collection of PostCampaignItemSerialNumberName | Description | Type | Additional information |
---|---|---|---|
Id | globally unique identifier |
None. |
|
DisplayLabelId | globally unique identifier |
Required |
Request Formats
application/json, text/json
Sample:
[ { "Id": "39aa274c-060e-4e7b-b0d8-77c8d10410fd", "DisplayLabelId": "c5d7e819-1185-45d1-bfa2-0f09c342f864" }, { "Id": "39aa274c-060e-4e7b-b0d8-77c8d10410fd", "DisplayLabelId": "c5d7e819-1185-45d1-bfa2-0f09c342f864" } ]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ICampaignItemSerialNumberName | Description | Type | Additional information |
---|---|---|---|
Id | globally unique identifier |
None. |
|
SequenceNumber | integer |
None. |
|
CampaignItemId | globally unique identifier |
None. |
|
CreatorUserId | string |
None. |
|
DisplayLabelId | globally unique identifier |
None. |
|
BarcodeId | globally unique identifier |
None. |
|
Created | date |
None. |
|
LastModified | date |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.