POST API/Installation
Request Information
URI Parameters
None.
Body Parameters
Installation| Name | Description | Type | Additional information |
|---|---|---|---|
| InstallId | integer |
None. |
|
| DocEntry | integer |
None. |
|
| TechnicianId | integer |
None. |
|
| SeriesNumber | string |
None. |
|
| CardCode | string |
None. |
|
| Customer | string |
None. |
|
| ContactPerson | string |
None. |
|
| Phone | string |
None. |
|
| Address | string |
None. |
|
| Photo | string |
None. |
|
| GroupProperty | string |
None. |
|
| Topic | string |
None. |
|
| Description | string |
None. |
|
| InstallType | string |
None. |
|
| data | Collection of ItemInstall |
None. |
Request Formats
application/json, text/json
Sample:
{
"InstallId": 1,
"DocEntry": 2,
"TechnicianId": 3,
"SeriesNumber": "sample string 4",
"CardCode": "sample string 5",
"Customer": "sample string 6",
"ContactPerson": "sample string 7",
"Phone": "sample string 8",
"Address": "sample string 9",
"Photo": "sample string 10",
"GroupProperty": "sample string 11",
"Topic": "sample string 12",
"Description": "sample string 13",
"InstallType": "sample string 14",
"data": [
{
"$id": "2",
"ItemCode": "sample string 1",
"ItemName": "sample string 2",
"Remark": "sample string 3",
"Quantity": 4
},
{
"$ref": "2"
}
]
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.