POST {language}/company/insertWorkingLocation
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
language | string |
Required |
Body Parameters
InsertWorkingLocationRequestName | 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": "c8389355-27d7-435b-b523-94b3a9f6a195", "CompanyId": "7d055f88-6543-4591-b23c-21a0886af2d4", "Name": "sample string 3", "Address": "sample string 4", "Latitude": "sample string 5", "Longitude": "sample string 6", "Radius": 7.1, "Remark": "sample string 8", "RequestId": "e7a0ca9a-eed0-4132-ba6d-b65aa34e3650", "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:
<InsertWorkingLocationRequest 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">e7a0ca9a-eed0-4132-ba6d-b65aa34e3650</RequestId> <Address>sample string 4</Address> <CompanyId>7d055f88-6543-4591-b23c-21a0886af2d4</CompanyId> <Id>c8389355-27d7-435b-b523-94b3a9f6a195</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> </InsertWorkingLocationRequest>
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.