Shared APIs
/Billing Codes APIs
//Update Account Code
Update the code and/or description for the specified id. Use this to revise an Account Code record.
Security
bearerAuth
- Sandbox Serverhttps://api-sandbox.sendpro360.pitneybowes.com/costaccountmgmt/api/v1/accountCodes/{id}
- Production Server (uses live data)https://api.sendpro360.pitneybowes.com/costaccountmgmt/api/v1/accountCodes/{id}
curl -i -X PUT \
'https://api-sandbox.sendpro360.pitneybowes.com/costaccountmgmt/api/v1/accountCodes/{id}' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
-H 'Content-Type: application/json' \
-H 'X-PB-Developer-Partner-ID: string' \
-d '{
"code": "278001",
"description": "this is description for test codehash278001-u1"
}'Response
{ "id": "d8WpwWzlMgYO" }