POST api/Setting/AddForceCompany

Request Information

URI Parameters

None.

Body Parameters

UpdateSettingUserReport
NameDescriptionTypeAdditional information
company_code

string

None.

Force_One

integer

None.

Force_Plural

integer

None.

Force_Plural_M1

integer

None.

Force_Plural_S1

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "company_code": "sample string 1",
  "Force_One": 2,
  "Force_Plural": 3,
  "Force_Plural_M1": 4,
  "Force_Plural_S1": 5
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.