Transfer Group Template
The Transfer Group Template API allows the user to create and use a transfer group template.
Security
jwt-bearer-token
apiKey | API Key |
|---|---|
Name | Authorization |
In | header |
Endpoints
GET /transfer-group-template/schema
Summary
Get the transfer group template schema.
Request Parameters
In | Field Name | Type | Required | Description |
|---|---|---|---|---|
header |
| string | Yes | The identifier (ID) of the company that owns the document |
Responses
Code | Description | Schema |
|---|---|---|
200 | Success | |
400 | Bad request, for more information look at body error | |
401 | Unauthorized error | |
403 | Forbidden error | |
404 | Not Found | |
422 | Unprocessable error | |
500 | Internal Server Error |
POST /transfer-group-template
Summary
Create the transfer group template.
Request Parameters
In | Name | Type | Required | Description |
|---|---|---|---|---|
header |
| string | Yes | The identifier (ID) of the company that owns the document |
body |
| Yes | The JSON formatted request |
Responses
Code | Description | Schema |
|---|---|---|
201 | Success | |
400 | Bad request, for more information look at body error | |
401 | Unauthorized error | |
403 | Forbidden error | |
404 | Not Found | |
422 | Unprocessable error | |
500 | Internal Server Error |
GET /transfer-group-template
Summary
Get the transfer group template list.
Request Parameters
In | Field Name | Type | Required | Description |
|---|---|---|---|---|
header |
| string | Yes | The identifier (ID) of the company that owns the document |
query |
| string | No | A filter expression in OData v4 format |
query |
| integer | No | The maximum documents to return. For example, if |
query |
| integer | No | The documents to skip before returning. For example, if |
query |
| string | No | |
query |
| string | No | An order by expression in OData v4 format |
Responses
Code | Description | Schema |
|---|---|---|
200 | Success | |
400 | Bad request, for more information look at body error | |
401 | Unauthorized error | |
403 | Forbidden error | |
404 | Not Found | |
422 | Unprocessable error | |
500 | Internal Server Error |
PATCH /transfer-group-template/{id}
Summary
Update the transfer group template.
Request Parameters
In | Name | Type | Required | Description |
|---|---|---|---|---|
header |
| string | Yes | The identifier (ID) of the company that owns the document |
path |
| string | Yes | The transfer group's document ID from the database |
body |
| Yes | The JSON formatted request |
Responses
Code | Description | Schema |
|---|---|---|
204 | No content | |
400 | Bad request, for more information look at body error | |
401 | Unauthorized error | |
403 | Forbidden error | |
404 | Not Found | |
422 | Unprocessable error | |
500 | Internal Server Error |
DELETE /transfer-group-template/{id}
Summary
Delete the transfer group template by its identifier (ID).
Request Parameters
In | Name | Type | Required | Description |
|---|---|---|---|---|
header |
| string | Yes | The identifier (ID) of the company that owns the document |
path |
| string | Yes | The transfer group's document ID from the database |
Responses
Code | Description | Schema |
|---|---|---|
204 | No content | |
400 | Bad request, for more information look at body error | |
401 | Unauthorized error | |
403 | Forbidden error | |
404 | Not Found | |
422 | Unprocessable error | |
500 | Internal Server Error |
GET /transfer-group-template/{id}
Summary
Get the transfer group template details.
Request Parameters
In | Name | Type | Required | Description |
|---|---|---|---|---|
header |
| string | Yes | The identifier (ID) of the company that owns the document |
path |
| string | Yes | The transfer group's document ID from the database |
Responses
Code | Description | Schema |
|---|---|---|
200 | Success | |
400 | Bad request, for more information look at body error | |
401 | Unauthorized error | |
403 | Forbidden error | |
404 | Not Found | |
422 | Unprocessable error | |
500 | Internal Server Error |
Data Models
transfer_group_template_get_response_1
Field Name | Type | Description |
|---|---|---|
| string | The transfer group template schema definition |
transfer_group_template_post_body
Field Name | Type | Required | Description |
|---|---|---|---|
| string | Yes | The transfer from site identifier (ID) |
| string | Yes | The transfer group type. Enum: |
| string | Yes | The transfer group name |
| string | Yes | The template name |
| array | No | The site ID(s) of the transfer to site(s) |
transfer_group_template_post_response
Field Name | Type | Description |
|---|---|---|
| string | |
| string | The transfer group name |
| string | |
| boolean | |
| string | The transfer group's name |
| string | The transfer from site identifier (ID) |
| string | The transfer from site name |
| string | The transfer from store number |
| string | The transfer type |
| string | The user's company ID |
| date/time | The date of creation |
| string | The created by user ID |
| date/time | The updated date |
| string | The updated by user ID |
transfer_group_template_get_response_2
Field Name | Type | Description |
|---|---|---|
| ||
| number | |
| number | |
| number | |
| number |
transfer_group_template_get_response_2_items
Field Name | Type | Description |
|---|---|---|
| string | |
| string | The transfer type |
| string | The transfer group template name |
| string | The transfer group name |
| string | |
| boolean | |
| string | The transfer from site identifier (ID) |
| string | The transfer from site name |
| string | The transfer from store number |
| array | The site ID(s) of the transfer to site(s) |
| string | The user's company ID |
| date/time | The date of creation |
| string | The created by user ID |
| date/time | The updated date |
| string | The updated by user ID |
transfer_group_template_patch_body
Field Name | Type | Description |
|---|---|---|
| string | |
| string | The transfer from site identifier (ID) |
| string | The transfer group's type. Enum: |
| string | |
| string | The transfer group template name |
transfer_group_template_get_response_3
Field Name | Type | Description |
|---|---|---|
| string | |
| string | The transfer type |
| string | The transfer group template name |
| string | The transfer group name |
| string | |
| string | The transfer from site identifier (ID) |
| string | The transfer from site name |
| string | The transfer from store number |
| array | The site ID(s) of the transfer to site(s) |
| string | The user's company ID |
| date/time | The date of creation |
| string | The created by user ID |
| date/time | The updated date |
| string | The updated by user ID |