POST api/CompanyInfo
Request Information
URI Parameters
None.
Body Parameters
CompanyInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| companyNumber | string |
None. |
|
| code | integer |
None. |
|
| text | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"companyNumber": "sample string 1",
"code": 2,
"text": "sample string 3"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.