POST api/order Authentication required
Use this method to submit a new order. Please check the input requirements
Request
Body Parameters
Input requirements
Input : object (See Model)Input Sample
{
"orderName": "sample string 1",
"countryCode": "sample string 2",
"fileName": "sample string 3",
"headerInFirstRow": true,
"rowDelimiter": "sample string 5",
"columnDelimiter": "sample string 6",
"trimCharacter": "sample string 7"
}
Response
Returns the id of the order submitted. You will need it for further use
Output : object (See Model)Ouput Sample
Sample not available.