HTTP + JSV
The following are sample HTTP requests and responses.
The placeholders shown need to be replaced with actual values.
POST /jsv/reply/Contract HTTP/1.1
Host: dinumero.modernekonomi.se
Content-Type: text/jsv
Content-Length: length
{
ClientId: 0,
Id: 0,
Registered: 0001-01-01,
StateType: 0,
IsPrivate: False,
OwnerId: 0,
GroupId: 0,
Name: String,
Notes: String,
CounterPartId: String,
CounterPartName: String,
StartDate: 0001-01-01,
EndDate: 0001-01-01,
RenewalType: 0,
RenewalTime: 0,
RenewalAdjustToMonthEnd: False,
CancelType: 0,
CancelTime: 0,
CancelAdjustToMonthEnd: False,
CancelDate: 0001-01-01,
MonitoringTime: 0,
MonitoringDate: 0001-01-01,
NextEndDate: 0001-01-01,
NotificationType: 0
}
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length
{
ClientId: 0,
Id: 0,
Registered: 0001-01-01,
StateType: 0,
IsPrivate: False,
OwnerId: 0,
GroupId: 0,
Name: String,
Notes: String,
CounterPartId: String,
CounterPartName: String,
StartDate: 0001-01-01,
EndDate: 0001-01-01,
RenewalType: 0,
RenewalTime: 0,
RenewalAdjustToMonthEnd: False,
CancelType: 0,
CancelTime: 0,
CancelAdjustToMonthEnd: False,
CancelDate: 0001-01-01,
MonitoringTime: 0,
MonitoringDate: 0001-01-01,
NextEndDate: 0001-01-01,
NotificationType: 0
}