Update Sale EFT Approval
PUT /v2/sales/{saleId}/eft/approval
Parameters
| Name | Description | Type | Required | Location |
|---|---|---|---|---|
| saleId | Sale ID | string | true | path |
Request Body
Example Value
{
"eftAttachment": "string",
"isVerifyEftAttachment": true
}
### Schema
| Name | Type | Description |
|-----------------------|---------|---------------------------|
| eftAttachment | string | |
| isVerifyEftAttachment | boolean | |
#### Responses
200 OK
LANGUAGE
CURL REQUEST
curl --request PUT \
--url /v2/sales/{saleId}/eft/approval \
--header 'accept: application/json' \
--header 'content-type: application/json'
RESPONSE
Click Try It! to start a request and see the response here!