Skip to main content
POST
/
commerce
/
admin
/
locations
/
transfertimes
/
{tolocationcode}
Error
A valid request URL is required to generate request examples
[
  {
    "id": "<string>",
    "tenantId": 123,
    "fromId": "<string>",
    "toId": "<string>",
    "fromName": "<string>",
    "toName": "<string>",
    "type": "<string>",
    "transferTimeInHours": 123,
    "auditInfo": {
      "updateDate": "2023-11-07T05:31:56Z",
      "createDate": "2023-11-07T05:31:56Z",
      "updateBy": "<string>",
      "createBy": "<string>"
    }
  }
]

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme.

Path Parameters

tolocationcode
string
required

To LocationCode

Query Parameters

responseFields
string

limits which fields are returned in the response body

Body

application/json

List of FromLocationCodes

Response

Success

id
string | null
tenantId
integer<int32>
fromId
string | null
toId
string | null
fromName
string | null
toName
string | null
type
string | null
transferTimeInHours
integer<int32>
auditInfo
object