© 2024 Clarivate
PUT /api/.../purchaseorders/{id}/edifile
Update purchase order with EDI file name and write send tranaction. Also moves the file to the user's "Done" folder. Purchase order send overview.
Name | Type | Required | Description |
---|---|---|---|
id | Integer | Yes | The unique id assigned to the Purchase Order. |
dtoEDIFileInfo | DtoEDIFileInfo | Yes | Define this parameter in the request body. |
Property | Type | Nullable | Description |
---|---|---|---|
FileID | String | No | The name of the file to be updated. |
CreationDate | DateTime | No | File creation date. |
{
"FileID": "121721092706_xpo",
"CreationDate": "2021-12-17T09:27:06.0495126-05:00"
}
True is returned upon success.
true
Code | Description |
---|---|
200 | OK. Success |
400 |
FAILURE.
|
Permission IDs found here.
CR_AccessAcquisitions_Allow CR_PurchaseOrders_Access CR_PurchaseOrders_Modify CR_PurchaseOrders_SendElectronicPurchaseOrders