POST OutSource/RestaurantInfos

Request Information

URI Parameters

None.

Body Parameters

UserInfosModel
NameDescriptionTypeAdditional 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

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.