Skip to main content

Update Sale EFT Approval

PUT /v2/sales/{saleId}/eft/approval

Parameters

NameDescriptionTypeRequiredLocation
saleIdSale IDstringtruepath

Request Body

Example Value

{
"eftAttachment": "string",
"isVerifyEftAttachment": true
}

### Schema

| Name | Type | Description |
|-----------------------|---------|---------------------------|
| eftAttachment | string | |
| isVerifyEftAttachment | boolean | |



#### Responses
200 OK

LANGUAGE

AUTHORIZATION

Bearer

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!