GET api/v1/BranchTransfers/{id}
Get a Branch Transfer
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
id |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
| Name | Description | Type | Additional information |
|---|---|---|---|
Id |
The unique Cin7 Id. |
integer |
None. |
CreatedDate |
Order created date |
date |
None. |
ModifiedDate |
Order last modified date |
date |
None. |
CreatedBy |
The ID for the User who created the Transaction. |
integer |
None. |
ProcessedBy |
The ID for the User who processed the Transaction. |
integer |
None. |
ApprovedBy |
The ID of the User who approved the Branch Transfer. |
integer |
None. |
IsApproved |
Is Approved (default: true) |
boolean |
None. |
Reference |
A unique reference. |
string |
Max length: 20 |
BranchEmail |
Branch email |
string |
Max length: 250 |
DeliveryInstructions |
Delivery instructions e.g. Leave at the door, beware the dog. |
string |
Max length: 2000 |
InternalComments |
Internal comment |
string |
None. |
ProductTotal |
Product Total |
decimal number |
None. |
FirstName |
Contact first name |
string |
Max length: 250 |
LastName |
Contact last name |
string |
Max length: 250 |
Company |
Contact company |
string |
Max length: 250 |
|
Contact email address, could be different from MemberEmail assigned to the order |
string |
Max length: 250 |
|
Phone |
Contact phone |
string |
Max length: 50 |
Mobile |
Contact mobile |
string |
Max length: 50 |
Fax |
Contact fax |
string |
Max length: 50 |
ProjectName |
Project Name |
string |
None. |
TrackingCode |
Shipping tracking code |
string |
Max length: 50 |
Source |
The source of the Transaction. |
string |
None. |
SourceBranchId |
Source Branch ID |
integer |
None. |
DestinationBranchId |
Destination Branch ID |
integer |
None. |
ApprovalDate |
Approval Date |
date |
None. |
DispatchedDate |
Dispatched Date |
date |
None. |
ReceivedDate |
Received Date |
date |
None. |
Stage |
Stage |
string |
None. |
CustomFields |
Custom Fields |
Collection of KeyValuePairOfStringAndObject |
None. |
LineItems |
Collection of BranchTransferItem |
None. |
Response Formats
application/json, text/json
{
"id": 1,
"createdDate": "2026-07-28T20:42:35.2483675Z",
"modifiedDate": "2026-07-28T20:42:35.248369Z",
"createdBy": 1,
"processedBy": 1,
"approvedBy": 1,
"isApproved": false,
"reference": "",
"branchEmail": "",
"deliveryInstructions": "",
"internalComments": "",
"productTotal": 0.0,
"firstName": "",
"lastName": "",
"company": "",
"email": "",
"phone": "",
"mobile": "",
"fax": "",
"projectName": "",
"trackingCode": "",
"source": "",
"sourceBranchId": 1,
"destinationBranchId": 1,
"approvalDate": "2026-07-28T20:42:35.2483906Z",
"dispatchedDate": "2026-07-28T20:42:35.2483916Z",
"receivedDate": "2026-07-28T20:42:35.2483927Z",
"stage": "",
"customFields": null,
"lineItems": [
{
"createdDate": "2026-07-28T20:42:35.2485901Z",
"transactionId": 1,
"parentId": 1,
"productId": 1,
"productOptionId": 1,
"integrationRef": "",
"sort": 1,
"code": "",
"name": "",
"option1": "",
"option2": "",
"option3": "",
"qty": 0.0,
"id": 1,
"qtyTransferred": 1,
"unitCost": 0.0,
"sizes": [
{
"name": "",
"code": "",
"barcode": "",
"qty": 0.0
}
]
}
]
}