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": "d5068633-e91c-4528-bc9b-7c344f5a9432", "CompanyId": "56223e92-461c-4336-8c8b-9a5cd1c3600e", "Name": "sample string 3", "Address": "sample string 4", "Latitude": "sample string 5", "Longitude": "sample string 6", "Radius": 7.1, "Remark": "sample string 8", "RequestId": "51bd5fed-ebd5-4588-be27-96ed378c6d01", "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">51bd5fed-ebd5-4588-be27-96ed378c6d01</RequestId> <Address>sample string 4</Address> <CompanyId>56223e92-461c-4336-8c8b-9a5cd1c3600e</CompanyId> <Id>d5068633-e91c-4528-bc9b-7c344f5a9432</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.