Store
The controller used to call the methods that manages Stores
| API | Description |
|---|---|
| POST StoreRequest |
The method to Add or Update Store Details |
Template
The controller used to call the methods that gets the Template data
| API | Description |
|---|---|
| GET api/GetSMSTemplate?Status={Status}&SourceApplication={SourceApplication}&OrderGUID={OrderGUID} |
Return a list of SMS templates for a specific template |
Customer
The controller used to call the methods that manages Customers
| API | Description |
|---|---|
| POST api/CustomerRequest |
The method to Add or Update Customer Details |
Order
The controller used to call the methods that Creates and updates Orders
OrderStatus
The controller used to call the methods that set the statuses
| API | Description |
|---|---|
| GET api/SetStatus?OrderNumber={OrderNumber}&OriginApplication={OriginApplication}&SourceApplication={SourceApplication}&Status={Status}&StatusDate={StatusDate}&SendCommunication={SendCommunication} |
Updates an order's status There is a potential problem with this method if OrderNumber is duplicated, which does occur for 2nd pair orders that have been cancelled and then later reordered in CalicoCloud. |
| GET api/SetStatus?OrderGUID={OrderGUID}&OriginApplication={OriginApplication}&SourceApplication={SourceApplication}&Status={Status}&StatusDate={StatusDate}&SendCommunication={SendCommunication} |
Updates an order's status using the OrderGUID which is linked to the orders on clouds side. This method was added because when a B pair is cancelled right after ordering and a new one is placed the order number stays the same so we need the new one to be updated with the QC passed. |
CommunicationMethod
The Communication Method Controller
| API | Description |
|---|---|
| GET api/CommunicationMethod |
CommunicationLog
The Communication Log Controller
| API | Description |
|---|---|
| GET api/CommunicationLog?OrderNumber={OrderNumber}&OriginApplication={OriginApplication} |