POST api/Agnet/ModifyRepairInfo
Request Information
URI Parameters
None.
Body Parameters
ModifyRepairInfoModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Phone | string |
None. |
|
| ShopName | string |
None. |
|
| BossName | string |
None. |
|
| Address | string |
None. |
|
| Cars | string |
None. |
|
| ShopSize | string |
None. |
|
| Station | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"Phone": "sample string 2",
"ShopName": "sample string 3",
"BossName": "sample string 4",
"Address": "sample string 5",
"Cars": "sample string 6",
"ShopSize": "sample string 7",
"Station": "sample string 8"
}
application/xml, text/xml
Sample:
<ModifyRepairInfoModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Model.Agent"> <Address>sample string 5</Address> <BossName>sample string 4</BossName> <Cars>sample string 6</Cars> <Id>1</Id> <Phone>sample string 2</Phone> <ShopName>sample string 3</ShopName> <ShopSize>sample string 7</ShopSize> <Station>sample string 8</Station> </ModifyRepairInfoModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ResultModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Code | integer |
None. |
|
| Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Code": 1,
"Message": "sample string 2"
}
application/xml, text/xml
Sample:
<ResultModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Model.Agent"> <Code>1</Code> <Message>sample string 2</Message> </ResultModel>