Returns the status of orders for the specified customer

Request

GET https://api.gencom.be:49012/TV2/Execute/GCAPIPACK.B2B_GetOrderState

Query parameters

Parameter name Type Mandatory Description
strcustomer String Required

If equal to 0 then API will return order state for all customers. If >0 then Api will return order states for given customer number

stroffset String

Default = 1

strlimit String

Default = 1

strscn String Required
strorderno String

Default = 0 : If not 0 then API returns only order where customerorder=IntOrderNumber. If equeals to 0 then API will return all orders depending on offset and limit parameters

strorderstatus String

Default = null

Authorisation

This request requires the use of one of following authorisation methods: TOKEN .

Response

The following HTTP status codes may be returned, optionally with a response resource.

Status code Description Resource
200 OK

successful operation

JSON Response B2B_GetOrderState

Explore this API

strcustomer

If equal to 0 then API will return order state for all customers. If >0 then Api will return order states for given customer number

stroffset

Default = 1

strlimit

Default = 1

strscn
strorderno

Default = 0 : If not 0 then API returns only order where customerorder=IntOrderNumber. If equeals to 0 then API will return all orders depending on offset and limit parameters

strorderstatus

Default = null

Response Content-Type

Choose an authorisation method:

TOKEN TOKEN is required to execute request Create TOKEN to execute request Create TOKEN
Try it out!