Update Hold Status
Use this service to remove the Hold Status on invoices sent from another application into Spectrum.
Connection Information
URL: https://<SPECTRUM-SERVER>:8482/vendorInvoice/updateAPInvoiceHoldFlag
Basic Authentication, Enhanced Authentication
Supported methods: POST
Supported formats: JSON
Sample JSON Body
{
"aPInvoiceHoldFlagImports": [
{
"Company_Code": "2nd",
"Vendor_Code": "456gar",
"Invoice_Number": "111",
"Invoice_Type_Code": "I"
"Selection_Flag": "H"
}
]
}
Underlying File Maintenance
Prior to using this web service, the following file maintenance areas must be completed:Assumptions and Dependencies
To add this web service to authorized web services:
- Go to .
- Select your Authorization ID.
- Select Build.
- In the Search dropdown, select AccountsPayable.
- In the Web Service Library, locate and select UpdateAPInvoiceHoldFlag.
- Click Select.
Field Descriptions
Use the table below for reference when using this service.Element Name | Description | Required? | Type | Max | Validation |
---|---|---|---|---|---|
Authorization_ID | Authorization ID to access the server | YES | Text | 20 | Data Exchange Installation screen |
GUID | Unique reference number created by programming | Text | 36 | ** See GUID definition | |
Company_Code | Company Code | YES | Text | 3 | Valid Company Code |
Vendor_Code | Vendor Code | YES | Text | 10 | Valid vendor must exist for the defined Company Code |
Invoice_Number | Invoice Number | YES | Text | 20 | Invoice must be updated in Open Items |
Invoice_Type_Code | Invoice Type | YES | Text | 1 |
I = Invoice C = Credit memo |
Selection_Flag | Selection Flag | YES | Text | 1 |
H = Hold O = Open |