GetMyShipmentsCount Method

This method returns the number of shipments of a given user created in a provided time period. The method allows to use the offset parameter of the getMyShipments method in a more convenient way.

Input Parameters

Field Name Type Required? Description
authData AuthData Yes Authorisation structure
createdFrom string Yes Start of time range, date in YYYY-MM-DD format
createdTo string Yes End of time range, date in YYYY-MM-DD format

Output Parameters

Field Name Type Required? Description
shipmentsCount integer Yes Number of shipments created in the provided time period.

Examples of Calls

<getMyShipmentsCount>
    <authData>
        <username>testan</username>
        <password>testington</password>
    </authData>
    <createdFrom>2012-09-11</createdFrom>
    <createdTo>2012-11-22</createdTo>
</getMyShipmentsCount>
Go back to topic list