GET api/ReportForm/ReportFormFreightBill/ClientId/{ClientId}/UserId/{UserId}/PurchaseOrderId/{PurchaseOrderId}
Get FreightBill FormReport Definition for customer on salesorder connected to purchaseorder...
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| ClientId | globally unique identifier |
Required |
|
| UserId | globally unique identifier |
Required |
|
| PurchaseOrderId | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
The FormReport definition for FreightBill based on customers profile
ReportForm| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| ClientId | globally unique identifier |
None. |
|
| Name | string |
None. |
|
| FormNo | integer |
None. |
|
| XMLDefinition | string |
None. |
|
| DataSourceType | string |
None. |
|
| IsSystemForm | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"Id": "f86ab704-a8f6-4e3c-96a1-f0999cc775f4",
"ClientId": "04d5c8f7-d5fc-4faf-9a51-2531a9fa9390",
"Name": "sample string 3",
"FormNo": 4,
"XMLDefinition": "sample string 5",
"DataSourceType": "sample string 6",
"IsSystemForm": true
}