Skip to main content
PUT
/
commerce
/
admin
/
locations
/
transfertimes
/
{id}
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

id
string
required

Unique Id of the transfertime

Query Parameters

responseFields
string

limits which fields are returned in the response body

Body

application/json

Transfertime object with changes

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

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