GetPNPStructure
This structure is used to download PNP reports. It is used in the getPNP method as its parameter.
Structure Fields
| Field Name | Type | Required? | Description | 
|---|---|---|---|
| authData | AuthdataStructure | Yes | Structure containing authorisation data | 
| shipmentDate | string (10) | Yes | Date for which a PNP report is to be generated (YYYY-MM-DD) | 
Example:
<structure> <authData> <username>test</username> <password>WSyj3$aDE</password> </authData> <shipmentDate>2014-08-08</shipmentDate> </structure>
