POST Artwork/InsertUpi
Creating UPI for artwork submission, based on Id or CustomId
Request Information
URI Parameters
None.
Body Parameters
ArtUpiInsertApi| Name | 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-10-27T14:29:52.891315+00:00",
"ReportingEndDate": "2025-10-27T14:29:52.891315+00:00",
"ReassignUpi": true,
"Id": 1,
"CustomId": 1
}
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true