This Method adds information for a new Bill To in our TASSIS system.
Request
- https://api.floralogistics.com/PostBillTo
- Method : POST
- Content-Type : application/json
- Format : https://api.floralogistics.com/PostBillTo/{token}
- This Post do not have Uri Parameters
- Bill To Code for our TASSIS system is delivery in the answer
Request Body Parameters
- billtoname : char(50) - (NOT NULL - Required) – Bill To complete name.
- address : char(50) - (NOT NULL - Required) - Bill To complete address.
- city : char(50) - (NOT NULL - Required) – City for Bill To address.
- state : char(2) - (NULL) - State for Bill To address.
- zipcode : char(20) - (NOT NULL - Required) - Zip Code for Bill To address.
- country : char(50) - (NOT NULL - Required) - Country for Bill To address.
- typeofprod : char(2) - (NOT NULL - Required) - Type of Produce, can be FL for FLOWERS and PR for PRODUCE.
- typeofbill : char(1) - (NOT NULL - Required) - Type of Bill, can be S for same bill to, A for bill to Shipper, 3 for bill to three party, M for Multiple Billing.
Request Example
Body Example
Response
Error status :
- 0 or 200 - Response OK.
- Other number and message that indicate error.
Response Example