HTTP + JSV
The following are sample HTTP requests and responses.
The placeholders shown need to be replaced with actual values.
POST /jsv/reply/PolicyProductCompensationDimensionBulkDuplicateRequest HTTP/1.1
Host: api2.exactmedicare.com
Content-Type: text/jsv
Content-Length: length
{
DimensionIds:
[
0
],
AgentLevelId: 0,
PolicyProductCompensationDimensionValue: 0,
PolicyProductCompensationTypeId: 0,
WritingAgent: False,
IsAEP: False,
PolicyProductOverrideId: 0,
PlanTypeId: 0,
PayTypeId: 0,
P2PTypeId: 0
}
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length
{
ResponseStatus:
{
ErrorCode: String,
Message: String,
StackTrace: String,
Errors:
[
{
ErrorCode: String,
FieldName: String,
Message: String
}
]
},
RowsInserted: 0
}