Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Scenariostatus code (Using HTTP)proprietary code (Outside range of HTTP code to avoid confusion)
Subscription created for all CMHandle targets without issue (all accepted)201 CREATED600 SUCCESS
Subscription partially created and rejected and/or pending207 MULTI-STATUS601 PARTIAL SUCCESS 
CMHandle targets not found for all CMHandles404 NOT FOUND603 TARGETS NOT FOUND
Subscription cannot be applied to any CMHandles406 NOT ACCEPTABLE604 SUBSCRIPTION NOT APPLICABLE
Subscription Pending for all CMHandles202 ACCEPTED602 PENDING


Code Block
languagebash
titleData Example
{
	"data": {
		"statusCode" : 202, #HTTP ACCEPTED
		"propCode" : 602, #PENDING, name TBD, Only in proposal 2
		…
	}
}