Integration Flow

This integration will be called from Gerard Industries using the below endpoint, configured in the previous step

Inbound API

POST https://transfocus.azurewebsites.net/passthrough/gerardorder

Query Parameters

Name
Type
Description

X-Transfocus-Api-Key

string

API Authentication is set to API Key and this is API Key Name.

Request Body

Name
Type
Description

string

Please see below.

{    "name": "Cake's name",    "recipe": "Cake's recipe name",    "cake": "Binary cake"}
{
    "CusCodeRef" : "MTQN10224648",
    "CusCode": "ACG",
    "UserName": "felthampeter595613250421",
    "CusRef": "72906",
    "OrderDate": "25/04/2021 13:56",
    "ReceiverCode": null,
    "ReceiverName": "peter feltham",
    "ReceiverAddress1": "15 Duffy Street",
    "ReceiverAddress2": "Unit 1",
    "ReceiverSuburb": "ESSENDON NORTH",
    "ReceiverState": "VIC",
    "ReceiverPostcode": "3041",
    "ReceiverCountry": "AUSTRALIA",
    "Depot": "5W",
    "PromoName": null,
    "PromoCodes": null,
    "Instructions": null,
    "DelInstructions": "vj mj mcrae ",
    "DelReference": null,
    "InsReference": null,
    "Value": 349.99,
    "DriverCode" : null,
    "SrvCode": "PRIORITY",
    "ConsReference": null,
    "ColCode": "5W",
    "Ncases": null,
    "Weight": null,
    "Cubic": null,
    "Class": "WEB",
    "Phone": "410186304",
    "Email": "[email protected]",
    "Items" : [
        {
            "ProductCode": "1000662",
            "Quantity": 1
        }
    ]
}
{
    "Message": "Ok",
    "ResponseMessage": {
        "Success": true,
        "TokenChanged": false,
        "ErrorMessage": "",
        "NewToken": "00000000000000000000000000000000"
    },
    "TotalQueryRows": 0
}

Last updated

Was this helpful?