POST OutSource/RestaurantInfos
Request Information
URI Parameters
None.
Body Parameters
UserInfosModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ProjectID | integer |
None. |
|
| UserName | string |
None. |
|
| Password | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ProjectID": 1,
"UserName": "sample string 2",
"Password": "sample string 3"
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.