POST api/v1/tender-and-indent/status
Get the State data for a import
Request Information
URI Parameters
None.
Body Parameters
GetWebServiceCreationRequestParameterName | Description | Type | Additional information |
---|---|---|---|
WebServiceCreationRequestId |
Id of the webservice |
globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "WebServiceCreationRequestId": "64d81dfa-ddf2-4b5e-a91a-77a746c0f6db" }
application/xml, text/xml
Sample:
<GetWebServiceCreationRequestParameter xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://promotionaloffice.promidata.com/2012/08/08"> <WebServiceCreationRequestId>64d81dfa-ddf2-4b5e-a91a-77a746c0f6db</WebServiceCreationRequestId> </GetWebServiceCreationRequestParameter>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
GetWebServiceCreationRequestResultName | 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. |
WebServiceCreationRequestStateResultNumber |
When something is created, the number of the created item is in here |
integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "WebServiceCreationRequestId": "87f7216e-04fc-4ecc-8cab-dbb51c09bd11", "WebServiceCreationRequestState": "sample string 2", "WebServiceCreationRequestStateText": "sample string 3", "WebServiceCreationRequestStateResultNumber": 1 }
application/xml, text/xml
Sample:
<GetWebServiceCreationRequestResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://promotionaloffice.promidata.com/2012/08/08"> <WebServiceCreationRequestId>87f7216e-04fc-4ecc-8cab-dbb51c09bd11</WebServiceCreationRequestId> <WebServiceCreationRequestState>sample string 2</WebServiceCreationRequestState> <WebServiceCreationRequestStateResultNumber>1</WebServiceCreationRequestStateResultNumber> <WebServiceCreationRequestStateText>sample string 3</WebServiceCreationRequestStateText> </GetWebServiceCreationRequestResult>