PUT {language}/company/updateWorkingLocation
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
language | string |
Required |
Body Parameters
UpdateWorkingLocationRequestName | Description | Type | Additional information |
---|---|---|---|
Id | globally unique identifier |
None. |
|
CompanyId | globally unique identifier |
None. |
|
Name | string |
None. |
|
Address | string |
None. |
|
Latitude | string |
None. |
|
Longitude | string |
None. |
|
Radius | decimal number |
None. |
|
Remark | string |
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": "35c3fa66-a8c2-4ad7-95ff-7fe77e11bb11", "CompanyId": "41e2983a-82da-4dea-bd1c-cf88db28d2e5", "Name": "sample string 3", "Address": "sample string 4", "Latitude": "sample string 5", "Longitude": "sample string 6", "Radius": 7.1, "Remark": "sample string 8", "RequestId": "80edd792-58ed-4c2b-ade4-aa6a34414545", "Language": "sample string 10", "LanguageLogin": "sample string 11", "AuthToken": "sample string 12", "ClientId": "sample string 13", "PageIndex": 14, "PageSize": 15 }
application/xml, text/xml
Sample:
<UpdateWorkingLocationRequest 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 12</AuthToken> <ClientId xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">sample string 13</ClientId> <Language xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">sample string 10</Language> <LanguageLogin xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">sample string 11</LanguageLogin> <PageIndex xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">14</PageIndex> <PageSize xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">15</PageSize> <RequestId xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">80edd792-58ed-4c2b-ade4-aa6a34414545</RequestId> <Address>sample string 4</Address> <CompanyId>41e2983a-82da-4dea-bd1c-cf88db28d2e5</CompanyId> <Id>35c3fa66-a8c2-4ad7-95ff-7fe77e11bb11</Id> <Latitude>sample string 5</Latitude> <Longitude>sample string 6</Longitude> <Name>sample string 3</Name> <Radius>7.1</Radius> <Remark>sample string 8</Remark> </UpdateWorkingLocationRequest>
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.