PUT api/ContentionSerialNumbers/{id}/{campaignItemId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | globally unique identifier |
Required |
|
campaignItemId | globally unique identifier |
Required |
Body Parameters
PostCampaignItemSerialNumberName | Description | Type | Additional information |
---|---|---|---|
Id | globally unique identifier |
None. |
|
DisplayLabelId | globally unique identifier |
Required |
Request Formats
application/json, text/json
Sample:
{ "Id": "497b5c58-512c-42c6-8959-71475583dc0c", "DisplayLabelId": "dbb40352-04e6-4f32-9ae5-1c2f7c8aabce" }
application/xml, text/xml
Sample:
<PostCampaignItemSerialNumber xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <Id>497b5c58-512c-42c6-8959-71475583dc0c</Id> <DisplayLabelId>dbb40352-04e6-4f32-9ae5-1c2f7c8aabce</DisplayLabelId> </PostCampaignItemSerialNumber>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
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.