ReDoc documentation

companyCredits/history/{historyId}

companyCredits/history/{historyId}

put/V1/companyCredits/history/{historyId}

Update the PO Number and/or comment for a Reimburse transaction.

Request
path Parameters
historyId
required
integer
Request Body schema:
comment
string

[optional]

purchaseOrder
string

[optional]

Responses
200

200 Success.

400

400 Bad Request

401

401 Unauthorized

default

Unexpected error

Request samples
{
  • "purchaseOrder": "string",
  • "comment": "string"
}
Response samples
true