POST api/Ecatalog/GetECatalogCostcenter
Request Information
URI Parameters
None.
Body Parameters
ECatalogCostcenterRequestName | Description | Type | Additional information |
---|---|---|---|
EmployeeId | integer |
None. |
|
EmployeeCode | string |
None. |
|
userPrincipalName | string |
None. |
|
connectionString | string |
None. |
|
SecretId | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "EmployeeId": 1, "EmployeeCode": "sample string 2", "userPrincipalName": "sample string 3", "connectionString": "sample string 4", "SecretId": null }
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.