POST api/v1/tender-and-indent/status
Get the State data for a import
Request Information
URI Parameters
None.
Body Parameters
GetWebServiceCreationRequestParameter| Name | Description | Type | Additional information |
|---|---|---|---|
| WebServiceCreationRequestId |
Id of the webservice |
globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"WebServiceCreationRequestId": "4f462bf6-9b2d-476b-a09b-3e462cf70292"
}
application/xml, text/xml
Sample:
<GetWebServiceCreationRequestParameter xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://promotionaloffice.promidata.com/2012/08/08"> <WebServiceCreationRequestId>4f462bf6-9b2d-476b-a09b-3e462cf70292</WebServiceCreationRequestId> </GetWebServiceCreationRequestParameter>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
GetWebServiceCreationRequestResult| Name | Description | Type | Additional information |
|---|---|---|---|
| WebServiceCreationRequestId |
Id of the WebServiceCreationRequest |
globally unique identifier |
None. |
| WebServiceCreationRequestState |
State of the WebServiceCreationRequest |
string |
None. |
| WebServiceCreationRequestStateText |
Text of the state of the WebServiceCreationRequest |
string |
None. |
Response Formats
application/json, text/json
Sample:
{
"WebServiceCreationRequestId": "bde676fa-99dd-436e-9e3c-a6837158bb3b",
"WebServiceCreationRequestState": "sample string 2",
"WebServiceCreationRequestStateText": "sample string 3"
}
application/xml, text/xml
Sample:
<GetWebServiceCreationRequestResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://promotionaloffice.promidata.com/2012/08/08"> <WebServiceCreationRequestId>bde676fa-99dd-436e-9e3c-a6837158bb3b</WebServiceCreationRequestId> <WebServiceCreationRequestState>sample string 2</WebServiceCreationRequestState> <WebServiceCreationRequestStateText>sample string 3</WebServiceCreationRequestStateText> </GetWebServiceCreationRequestResult>