POST Artwork/UpdateUpi
Updating UPI in artwork submission, based on Id or CustomId
Request Information
URI Parameters
None.
Body Parameters
ArtUpiInsertApiName | Description | Type | Additional information |
---|---|---|---|
UpiName | string |
None. |
|
ReportingBeginDate | date |
None. |
|
ReportingEndDate | date |
None. |
|
ReassignUpi | boolean |
None. |
|
Id | integer |
None. |
|
CustomId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "UpiName": "sample string 1", "ReportingBeginDate": "2025-07-04T11:52:15.1516611+00:00", "ReportingEndDate": "2025-07-04T11:52:15.1516611+00:00", "ReassignUpi": true, "Id": 1, "CustomId": 1 }
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true