PUT v1/Location/GetAgentToLocationBusinessHours
Returns business hours for an individual location
Request Information
Parameters (ParameterName * = required)
Name
Description
Sample Value
AgentToId *
ID of a payout agent (ex. BANCOMER
489712
LocationId *
ID of a payout location (ex. BANCOMER #523
12563211
Response Information
Response body formats
application/json, text/json
Sample:
[ { "dayOfWeek": "Monday", "timeOpen": "sample string 1", "timeClose": "sample string 2", "timeZoneAbbrev": "sample string 3", "timeZoneName": "sample string 4", "comments": "sample string 5" }, { "dayOfWeek": "Monday", "timeOpen": "sample string 1", "timeClose": "sample string 2", "timeZoneAbbrev": "sample string 3", "timeZoneName": "sample string 4", "comments": "sample string 5" }, { "dayOfWeek": "Monday", "timeOpen": "sample string 1", "timeClose": "sample string 2", "timeZoneAbbrev": "sample string 3", "timeZoneName": "sample string 4", "comments": "sample string 5" } ]
application/xml, text/xml
Sample:
<ArrayOfAgentToLocationBusinessHoursResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ria.Digital.WebServices.DataModels"> <AgentToLocationBusinessHoursResponse> <_x003C_Comments_x003E_k__BackingField>sample string 5</_x003C_Comments_x003E_k__BackingField> <_x003C_DayOfWeek_x003E_k__BackingField>Monday</_x003C_DayOfWeek_x003E_k__BackingField> <_x003C_TimeClose_x003E_k__BackingField>sample string 2</_x003C_TimeClose_x003E_k__BackingField> <_x003C_TimeOpen_x003E_k__BackingField>sample string 1</_x003C_TimeOpen_x003E_k__BackingField> <_x003C_TimeZoneAbbrev_x003E_k__BackingField>sample string 3</_x003C_TimeZoneAbbrev_x003E_k__BackingField> <_x003C_TimeZoneName_x003E_k__BackingField>sample string 4</_x003C_TimeZoneName_x003E_k__BackingField> </AgentToLocationBusinessHoursResponse> <AgentToLocationBusinessHoursResponse> <_x003C_Comments_x003E_k__BackingField>sample string 5</_x003C_Comments_x003E_k__BackingField> <_x003C_DayOfWeek_x003E_k__BackingField>Monday</_x003C_DayOfWeek_x003E_k__BackingField> <_x003C_TimeClose_x003E_k__BackingField>sample string 2</_x003C_TimeClose_x003E_k__BackingField> <_x003C_TimeOpen_x003E_k__BackingField>sample string 1</_x003C_TimeOpen_x003E_k__BackingField> <_x003C_TimeZoneAbbrev_x003E_k__BackingField>sample string 3</_x003C_TimeZoneAbbrev_x003E_k__BackingField> <_x003C_TimeZoneName_x003E_k__BackingField>sample string 4</_x003C_TimeZoneName_x003E_k__BackingField> </AgentToLocationBusinessHoursResponse> <AgentToLocationBusinessHoursResponse> <_x003C_Comments_x003E_k__BackingField>sample string 5</_x003C_Comments_x003E_k__BackingField> <_x003C_DayOfWeek_x003E_k__BackingField>Monday</_x003C_DayOfWeek_x003E_k__BackingField> <_x003C_TimeClose_x003E_k__BackingField>sample string 2</_x003C_TimeClose_x003E_k__BackingField> <_x003C_TimeOpen_x003E_k__BackingField>sample string 1</_x003C_TimeOpen_x003E_k__BackingField> <_x003C_TimeZoneAbbrev_x003E_k__BackingField>sample string 3</_x003C_TimeZoneAbbrev_x003E_k__BackingField> <_x003C_TimeZoneName_x003E_k__BackingField>sample string 4</_x003C_TimeZoneName_x003E_k__BackingField> </AgentToLocationBusinessHoursResponse> </ArrayOfAgentToLocationBusinessHoursResponse>