PUT {language}/company/{companyId}/expenseType
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
companyId | globally unique identifier |
Required |
|
language | string |
Required |
Body Parameters
UpdateExpenseTypeRequestName | Description | Type | Additional information |
---|---|---|---|
Id | globally unique identifier |
None. |
|
TypeName | string |
None. |
|
Remark | string |
None. |
|
TypeNameCurrent | string |
None. |
|
CompanyId | globally unique identifier |
None. |
|
RequestId | globally unique identifier |
None. |
|
Language | string |
None. |
|
LanguageLogin | string |
None. |
|
AuthToken | string |
None. |
|
ClientId | string |
None. |
|
PageIndex | integer |
None. |
|
PageSize | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "Id": "c55c854f-ec6c-4bc8-972e-f1705d43856a", "TypeName": "sample string 2", "Remark": "sample string 3", "TypeNameCurrent": "sample string 4", "CompanyId": "e9e3ce8f-580f-4043-8b75-806cc78c8009", "RequestId": "d2d70078-8489-4877-a844-6a4b2e0df4a0", "Language": "sample string 7", "LanguageLogin": "sample string 8", "AuthToken": "sample string 9", "ClientId": "sample string 10", "PageIndex": 11, "PageSize": 12 }
application/xml, text/xml
Sample:
<UpdateExpenseTypeRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Paytime.Infrastructure.WebApi.Models.ViewModels"> <AuthToken xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">sample string 9</AuthToken> <ClientId xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">sample string 10</ClientId> <Language xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">sample string 7</Language> <LanguageLogin xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">sample string 8</LanguageLogin> <PageIndex xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">11</PageIndex> <PageSize xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">12</PageSize> <RequestId xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">d2d70078-8489-4877-a844-6a4b2e0df4a0</RequestId> <CompanyId>e9e3ce8f-580f-4043-8b75-806cc78c8009</CompanyId> <Id>c55c854f-ec6c-4bc8-972e-f1705d43856a</Id> <Remark>sample string 3</Remark> <TypeName>sample string 2</TypeName> <TypeNameCurrent>sample string 4</TypeNameCurrent> </UpdateExpenseTypeRequest>
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.