Skip to main content
PATCH
/
api
/
v1
/
Transfers
/
INs
{
  "isSuccess": true,
  "message": "<string>",
  "payload": [
    "<string>"
  ]
}

Authorizations

Authorization
string
header
required

Enter the Bearer AccessToken; Example: 'Bearer 12345abcdef'

Query Parameters

supplierId
string
required

SupplierId is the unique ID for the owner of items in the system

orderNumber
string
required

The order number of the IN. You can get this from the GET /INs call or the POST /INs call

Response

200 - application/json

OK

Generic container for all service responses

isSuccess
boolean

Was the request successful. If not, the message will have more information.

message
string | null

Any error message

payload
string[] | null

The payload object of the response