ApexERPHost

<back to all web services

MergeRPSUserHalls

Requires Authentication
The following routes are available for this service:
PUT/RPS/MergeUserHalls
MergeRPSUserHalls Parameters:
NameParameterData TypeRequiredDescription
UserIdbodyintNo
BranchIdbodyintNo
UserHallsbodyList<UserHall>No
UserHall Parameters:
NameParameterData TypeRequiredDescription
IdformintNo
HallIdformintNo
IsGrantedformboolNo
PriorityformintNo
NameformstringNo
ParentIdformintNo
MergeRPSUserHallsResponse Parameters:
NameParameterData TypeRequiredDescription
ResponseStatusformResponseStatusNo
ResultformboolNo

To override the Content-type in your clients, use the HTTP Accept Header, append the .csv suffix or ?format=csv

HTTP + CSV

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

PUT /RPS/MergeUserHalls HTTP/1.1 
Host: apex.nikoratrade.ge 
Accept: text/csv
Content-Type: text/csv
Content-Length: length

{"UserId":0,"BranchId":0,"UserHalls":[{"Id":0,"HallId":0,"IsGranted":false,"Priority":0,"Name":"String","ParentId":0}]}
HTTP/1.1 200 OK
Content-Type: text/csv
Content-Length: length

{"ResponseStatus":{"ErrorCode":"String","Message":"String","StackTrace":"String","Errors":[{"ErrorCode":"String","FieldName":"String","Message":"String","Meta":{"String":"String"}}],"Meta":{"String":"String"}},"Result":false}