GET api/ReportForm/ReportFormSupplierOrder/ClientId/{ClientId}/UserId/{UserId}/PurchaseOrderId/{PurchaseOrderId}
Get SupplierOrder FormReport Definition for supplier...
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 SupplierOrder based on supplier 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": "75fb11d1-d534-4464-bc84-9f336a3ccb7c",
"ClientId": "cce0b4fc-57aa-4507-8b80-083da8c37b18",
"Name": "sample string 3",
"FormNo": 4,
"XMLDefinition": "sample string 5",
"DataSourceType": "sample string 6",
"IsSystemForm": true
}