Virima API Specification - ReportingOrderService Services
The requests documented in this section are directed to
ReportingOrderService resources, which represent .
addReportOrder POST Interface
Method: POST
Relative URL: report-order/add
Request Headers: Accept, Authorization
Response Headers: Content-Length, Content-Type.
Request Structure:
Field Name | Type | Description |
---|
reportOrderlis | ArrayOfReportOrder | |
Response Structure:
Field Name | Type | Description |
---|
response | Response | |
Example Request:
ADDREPORTORDER
Host: example.com
Authorization: Basic xxxxxxxxxxxxxxxxxxx
Content-Type : nnn
{
"reportingOrderList":[
{
"reportId": {
"stringobj":"?",
"shortName":"?",
"s3Name":"?",
"uniqueId":"?",
"lineType":"?",
},
"orderNumber": {
"stringobj":"?",
"shortName":"?",
"s3Name":"?",
"uniqueId":"?",
"lineType":"?",
},
"columnName":"?"
} ]
}
Example Response:
{
"id":783276761,
"response":"?"
}